home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / links / 00083_Script_link - Dreamweaver < prev    next >
Encoding:
Text File  |  2000-09-21  |  240 b   |  11 lines

  1. on mouseUp
  2.  
  3.  puppetSound 1, "ClickSound"
  4.  
  5.   if the platform = "Windows,32" then
  6.     open the moviepath&"software\Dreamweaver\dreamw.exe"
  7.   else 
  8.     open the moviepath&"software:Dreamweaver:Dreamweaver 3 Installer"
  9.   end if
  10.   
  11. end